home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Vypalování CD
/
Vypalovani-CD-cd2.bin
/
DirImage 2.0
/
setup.exe
/
install_script.iss
Wrap
Text File
|
2002-05-27
|
4KB
|
81 lines
;InnoSetupVersion=2.0.18
[Setup]
AppName=CD Catalog Expert
AppVerName=CD Catalog Expert V8.00 build 020601
AppId=CD Catalog Expert
AppPublisher=Zero2000 Software
AppPublisherURL=http://www.zero2000.com
AppSupportURL=http://www.zero2000.com
AppUpdatesURL=http://www.zero2000.com
DefaultDirName={pf}\CD Catalog Expert
DefaultGroupName=CD Catalog Expert
OutputBaseFilename=setup
Compression=zip
PrivilegesRequired=none
ChangesAssociations=yes
LicenseFile=embedded\License.txt
WizardImageFile=embedded\WizardImage0.bmp
WizardSmallImageFile=embedded\WizardSmallImage0.bmp
[Files]
Source: "{app}\cdc.exe"; DestDir: "{app}"; Components: main;
Source: "{app}\cdc.chm"; DestDir: "{app}"; Components: help;
Source: "{app}\Readme.txt"; DestDir: "{app}"; Components: doc;
Source: "{app}\File_id.diz"; DestDir: "{app}"; Components: doc;
Source: "{app}\History.txt"; DestDir: "{app}"; Components: doc;
Source: "{app}\License.txt"; DestDir: "{app}"; Components: doc;
Source: "{app}\Order.txt"; DestDir: "{app}"; Components: doc;
Source: "{app}\Data\Sample1.zdb"; DestDir: "{app}\Data"; Components: sample;
Source: "{app}\Data\Sample2.zdb"; DestDir: "{app}\Data"; Components: sample;
Source: "{app}\Game\Sample1.zdb"; DestDir: "{app}\Game"; Components: sample;
[Dirs]
Name: "{app}\Music";
Name: "{app}\Report";
[Registry]
Root: HKCR; Subkey: "Zerosoft Database File"; Flags: uninsdeletekey
Root: HKCR; Subkey: "Directory\shell\Add to Catalogs"; Flags: uninsdeletekey
Root: HKCR; Subkey: "Drive\shell\Add to Catalogs"; Flags: uninsdeletekey
Root: HKCR; Subkey: ".zdb"; ValueType: String; ValueData: "Zerosoft Database File"; Flags: uninsdeletekey
Root: HKCR; Subkey: "Zerosoft Database File\DefaultIcon"; ValueType: String; ValueData: """{app}\cdc.exe"",1"; Flags: uninsdeletekey
Root: HKCR; Subkey: "Zerosoft Database File\shell\open\command"; ValueType: String; ValueData: """{app}\cdc.exe"" ""%1"""; Flags: uninsdeletekey
Root: HKCR; Subkey: "Zerosoft Database File\shell\Convert into HTM\command"; ValueType: String; ValueData: """{app}\cdc.exe"" /ZdbToHtm ""%1"""; Flags: uninsdeletekey
Root: HKCR; Subkey: "Zerosoft Database File\shell\Convert into TXT\command"; ValueType: String; ValueData: """{app}\cdc.exe"" /ZdbToTxt ""%1"""; Flags: uninsdeletekey
Root: HKCR; Subkey: "Directory\shell\Add to Catalogs\command"; ValueType: String; ValueData: """{app}\cdc.exe"" /AddToCatalogs ""%1"""; Flags: uninsdeletekey
Root: HKCR; Subkey: "Drive\shell\Add to Catalogs\command"; ValueType: String; ValueData: """{app}\cdc.exe"" /AddToCatalogs ""%1"""; Flags: uninsdeletekey
[INI]
FileName: "{app}\cdc.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.zero2000.com";
FileName: "{app}\support.url"; Section: "InternetShortcut"; Key: "URL"; String: "mailto:support@zero2000.com";
[Run]
Filename: "{app}\Readme.txt"; Components: doc; Flags: shellexec skipifdoesntexist postinstall skipifsilent
Filename: "{app}\cdc.exe"; Description: "Launch CD Catalog Expert"; Flags: postinstall skipifsilent nowait
[Icons]
Name: "{group}\CD Catalog Expert"; Filename: "{app}\cdc.exe";
Name: "{group}\Help"; Filename: "{app}\cdc.chm";
Name: "{group}\What's New"; Filename: "{app}\History.txt";
Name: "{userdesktop}\CD Catalog Expert"; Filename: "{app}\CDC.exe"; Tasks: desktopicon;
Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\CD Catalog Expert"; Filename: "{app}\CDC.exe"; Tasks: quicklaunchicon;
[Tasks]
Name: "desktopicon"; Description: "Create a &Desktop icon"; GroupDescription: "Additional icons:";
Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:";
[Components]
Name: "main"; Description: "Main Files"; Types: "full compact custom";
Name: "doc"; Description: "Doc Files"; Types: "full custom";
Name: "help"; Description: "Help Files"; Types: "full custom";
Name: "sample"; Description: "Sample Files"; Types: "full custom";
[UninstallDelete]
Type: filesandordirs; Name: "{app}";
[Types]
Name: "full"; Description: "Full installation";
Name: "compact"; Description: "Compact installation";
Name: "custom"; Description: "Custom installation";